@font-face {
    font-family: Avenir;
    src: url("/assets/fonts/AvenirLTPro/AvenirLTProBook.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Black';
    src: url("/assets/fonts/AvenirLTPro/AvenirLTProHeavy.otf") format("opentype");
    font-display: swap;
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Avenir';
    background-color: #fff;

}

* {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    box-sizing: border-box;

}

a{
    text-decoration: none;
}

b,
strong {
    /*font-weight: 700 !important;*/
    font-family: "Avenir Black" !important;
}

.whitespacenowrap
{
    white-space: nowrap !important;
}
/* Override header */

.header {
    top: 0;
}

header .navbar {
    color: #575757;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
}

header.nav-up {
    top: -100px;
}

header .navbar__brand {
    position: absolute;
    /*top: 30px;*/
    top: 20px;
    left: unset;
    bottom: unset;
    z-index: unset;
}

header .navbar__top__menu__item,
header .navbar__top .menu__item {
    /*margin: unset;*/
    /*padding: 0px 15px;*/
}

header .navbar__top,
header .navbar__top__menu__item a,
header .navbar__top .menu__item a,
header .navbar__top .menu__item input::placeholder {
    font-size: 14px;
    color: #575757;
    opacity: 1 !important;
    /*font-family: Montserrat;*/
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #575757;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #575757;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #575757;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #575757;
    opacity: 1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #575757;
    opacity: 1 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #575757;
    opacity: 1 !important;
}

header .navbar__bottom,
header .navbar__bottom__menu__item a,
header .navbar__bottom .menu__item a {
    font-size: 16px;
    color: #262626;
    /*font-family: Montserrat;*/
}

header .navbar__bottom__menu__item,
header .navbar__bottom .menu__item {
    /*padding: 25px 5px;*/
    margin: 0 10px;
}

header.navbar-desktop .navbar__bottom__menu__item,
header.navbar-desktop .navbar__bottom .menu__item {
    display: flex;
}

header.navbar-desktop .navbar__bottom .dropdown.product {
    position: static;
}

header.navbar-desktop .navbar__bottom .dropdown.product .dropdown-menu {
    z-index: 99999;
}

header.navbar-desktop .navbar__bottom .dropdown.product .product-submenu {
    margin: 50px 100px;
}

header.navbar-desktop .navbar__bottom .dropdown.product .product-submenu a:hover img {
    /* filter: brightness(50%); */
    transition: all 0.2ms ease;
    opacity: 1;
}

header.navbar-desktop .navbar__bottom .dropdown.product .product-submenu a img {
    /* filter: brightness(50%); */
    transition: all 0.2ms ease;
    opacity: 0.5;
}

header.navbar-desktop .navbar__bottom .dropdown.product .product-submenu a img.highlight {
    opacity: 0.9;
}

header.navbar-desktop .navbar__bottom .dropdown.product .product-submenu a:hover img.highlight {
    transition: all 0.2ms ease;
    opacity: 1;
}

header.navbar-desktop .navbar__bottom .menu__item:hover:not(.menu-login,.logout) {
    border-bottom: 5px solid #384967;
    padding-bottom: 10px !important;
}

header.navbar-desktop .navbar__bottom .menu__item.active {
    border-bottom: 5px solid #384967;
    padding-bottom: 10px !important;
    display: flex !important;
}

header.navbar-desktop .dropdown-menu {
    margin-top: 0px;
}

/*header.navbar-desktop li.menu__item:hover {*/
/*    border-bottom: 5px solid #384967;*/
/*}*/

header .navbar__top__menu .search-input__elem,
header .navbar__top .menu .search-input__elem,
header .navbar__bottom__menu .search-input__elem,
header .navbar__bottom .menu .search-input__elem {
    color: #575757;
}

header .navbar__top__menu .search-input button,
header .navbar__top .menu .search-input button,
header .navbar__bottom__menu .search-input button,
header .navbar__bottom .menu .search-input button {
    color: #575757;
}

header .navbar__top__menu__item a,
header .navbar__top .menu__item a,
header .navbar__bottom__menu__item a,
header .navbar__bottom .menu__item a {
    opacity: unset;
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
}

header .navbar__top {
    background-color: #F5F5F5;
}

header .navbar__bottom {
    background-color: #FFFFFF;
}

header .navbar__bottom__menu .menu__item:hover {}

header .navbar__bottom .menu__item a:hover,
.article__label a:hover,
.btn:hover {
    letter-spacing: inherit;
}

.dropdown-toggle::after {
    font-size: 9px;
}

.navbar__top .dropdown-toggle::after {
    margin-left: 5px;
}

.navbar__bottom .dropdown-toggle::after {
    margin-left: 7px;
}

.header.navbar-mobile .navbar__top,
.header.navbar-mobile .navbar__bottom {
    height: auto !important;
}

header .navbar .dropdown-item:hover,
header .navbar .dropdown-item:focus {
    color: #384967 !important;
    background: transparent;
}

header .navbar__bottom__menu,
header .navbar__bottom .menu {
    align-items: normal !important;
}

header .navbar__bottom {
    height: 68px;
}

header .navbar__bottom .menu__item a {
    padding: 5px 0;
}

header .navbar__top {
    height: 32px;
}

.navbar__bottom .dropdown-menu {
    /*top: 87px !important;*/
    top: 67px !important;

}

.custom-sub-dropdown .sub-dropdown .sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 161px;
    background: #f8f9fa;
    top: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.product-submenu-desktop.show {
    display: block;
}

.product-submenu-mobile.show {
    display: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    border: none;
}

.btn-blue {
    background-color: #384967;
    color: #ffffff !important;
    transition: all 0.2s ease;
    padding: 10px 30px !important;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
    border: 1px solid;
}
.btn-blue span{
    vertical-align: middle;
}

.btn-red {
    background-color: #fc0320;
    color: #ffffff !important;
    transition: all 0.2s ease;
    padding: 10px 30px !important;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
    border: 1px solid;
}

.btn-green {
    background-color: #107321;
    color: #ffffff !important;
    transition: all 0.2s ease;
    padding: 10px 30px !important;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
    border: 1px solid;
}

/* .navbar .btn-blue {
    background-color: #384967;
    color: #ffffff !important;
    transition: all 0.2s ease;
    padding: 15px 20px !important;
    border: 1px solid;
} */

.dropdown-toggle.icon-rotated::after{
    transform: rotate(180deg);
    margin-left: 14px;
}

.breadcrumbs {
    background-color: #FEFEFE;
    color: #575757;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-top: 6.2px;
    padding-bottom: 6.2px;
}

.breadcrumbs a {
    color: #575757;
    text-decoration: none;
    /*font-weight: bold;*/
}

.breadcrumbs .current {
    font-weight: bold;
}


.btn-blue:hover,
.booknow-btn:hover,
.btn-blue:active,
.booknow-btn:active,
.btn-blue:focus,
.booknow-btn:focus {
    background-color: #55709e !important;
    color: #ffffff !important;
    border: 1px solid;
}

.btn-blue:active,
.btn-blue:focus {
    /*color: #384967!important;*/
    border: 1px solid;
}

.template-generate-user h1 {
    margin-bottom: 18px;
    text-align: left;
}

.template-generate-user h2 {
    margin-top: 50px;
    margin-bottom: 18px;
    text-align: left;
}


.main-custom {
    padding-top: 88px;
}

.main-custom2 {
    padding-top: 138px;
}

@media (max-width: 1201px) {


    header.navbar-desktop .navbar__bottom__menu__item,
    header.navbar-desktop .navbar__bottom .menu__item {
        display: unset;
    }

    header.navbar-desktop .dropdown.product .product-submenu {
        margin: unset;
    }

    header .navbar__bottom__menu,
    header .navbar__bottom .menu {
        background: #ffffff;
    }

    header .navbar__brand {
        /*top: 15px;*/
    }

    header .navbar__bottom .btn-toggle.mobile {
        color: #000000;
    }

    header .navbar__bottom .container {
        max-width: 100%;
        width: 100%;
    }

    header .navbar__bottom__menu .dropdown-menu.show a,
    header .navbar__bottom .menu .dropdown-menu.show a {
        color: #000000 !important;
    }

    header .navbar__bottom__menu .dropdown-menu.show,
    header .navbar__bottom .menu .dropdown-menu.show {
        color: #000000 !important;
    }

    header .navbar__top__menu__item a span,
    header .navbar__top .menu__item a span,
    header .navbar__bottom__menu__item a span,
    header .navbar__bottom .menu__item a span {
        display: block;
    }

    header.navbar-desktop .navbar__bottom .menu__item.active {
        display: unset !important;
        border: unset;
        padding-bottom: unset;
    }

    .navbar__bottom .dropdown-menu {
        top: unset !important;
    }

    .product-submenu-desktop.show {
        display: none;
    }

    .product-submenu-mobile.show {
        display: block;
    }

    header .navbar__top .menu__item {
        margin: 5px 15px;
    }


}

@media (max-width: 1200px) and (min-width: 641px) {
    .navbar__bottom .menu__item {
        width: max-content;
    }

    .custom-sub-dropdown .sub-dropdown .sub-dropdown-menu {
        display: none;
        position: absolute;
        left: 161px;
        background: none;
        top: 0;
        box-shadow: none;
    }

    .custom-sub-dropdown .sub-dropdown::after {
        top: 5px;
    }
}

@media (max-width: 768px) {
    header .navbar__top .navbar__top__menu {
        justify-content: normal;
    }

}

@media screen and (max-width: 640px) {
    .flag-icon {
        display: inline-block !important;
    }

    .custom-sub-dropdown .sub-dropdown::after {
        content: '';
    }

    header .navbar__brand {
        top: 15px;
    }

    header.navbar-mobile .navbar__bottom {
        height: 62px !important;
    }

    section.banner {
        padding-top: 55px !important;
    }

    .main-custom {
        padding-top: 45px;
    }

    .main-custom2 {
        padding-top: 95px;
    }
}




/*Override Footer*/
.footer {
    background: unset;
    background-position: unset;
    padding: 30px 0 30px;
    position: relative;
    z-index: 998;
}

footer a,
footer .link,
.footer a,
.footer .link {
    margin-bottom: 16px;
}

.footer__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 0 10px;
    flex-wrap: wrap;
}

.footer__content__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0px 0 10px;
    flex-wrap: wrap;
}

.footer__bottom {
    font-size: 14px;
}

.links-group-title {
    /*height: 65px;*/
    height: 45px;

}

.footer-desktop {
    display: block;
}

.footer-mobile {
    display: none;
}

.footer .icon-link {
    margin: 10px;
    transition: all 0.2s ease;
}

.footer .icon-link:hover {
    text-decoration: none;
}

.footer .icon-link:hover img {
    filter: brightness(150%);
    transition: all 0.2s ease;
}

.footer .accordion-item,
.footer .accordion-header,
.footer .accordion-button {
    background-color: transparent;
    color: #ffffff;
}

.footer .accordion-button:after {
    filter: brightness(0) invert(1);
}

.footer .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}

.footer .links-wrapper {
    margin-left: 0;
}

.footer .copy-wrapper {
    max-width: 750px;
}

.price-color-default {
    color: #000000 !important;
}

.price-color-before {
    color: #8E95A5 !important;
}

.price-color-after {
    color: #B0001F !important;
}

@media screen and (max-width: 1199px) {
    .footer-desktop .copy-wrapper {
        margin: 30px 0 70px 0;
    }
}

@media (min-width: 768px) {
    .row-menu-footer .col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media screen and (max-width: 768px) {
    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .footer-mobile .footer-h6 {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }


    .footer {
        padding: 25px 0;
    }

    .footer .accordion-item,
    .footer .accordion-header,
    .footer .accordion-button {
        font-size: 17px !important;
    }

    .footer .icon-link {
        margin: 10px;
    }

    .footer .icon-link img {
        width: 35px;
        height: 35px;
    }

    footer__content .content,
    .footer__content .content {
        padding: 5px 5px;
        width: 100%;
    }

}

/*End override footer*/


.background-banner {
    min-height: 100vh !important;
    background-position: 85%;
}

/*.background-banner:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 450px;*/
/*    bottom: 0;*/
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);*/
/*    opacity: .5;*/
/*}*/

.banner-carousel-mobile .banner-img-mobile {
    position: relative;
    display: inline-block;
    width: 100%;
}

/*.banner-carousel-mobile .banner-img-mobile:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 100px;*/
/*    bottom: 0;*/
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #F9F9FA 97%);*/
/*    opacity: 1;*/
/*}*/

.banner-text-box {
    width: 85%;
    white-space: normal;
    position: absolute;
    /*top: 15vh;*/
    /*left: 20vh;*/
    top: 100px;
    left: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

section.banner .slick-prev {
    left: 25px;
    z-index: 99;
    height: 35px;
    width: 35px;
}

section.banner .slick-next {
    right: 25px;
    z-index: 998;
    height: 35px;
    width: 35px;
}

section.banner .slick-dotted {
    margin-bottom: 0 !important;
}

section.banner .slick-dots li * {
    transform: unset !important;
    background-color: transparent !important;

}

section.banner .slick-dots li.slick-active {
    background-color: transparent !important;
}

section.banner .slick-dots li.slick-active button:before {
    /*content: "○" !important;*/
    /*color: #384967!important;*/
    /*border-radius: 10px;*/
    /*border: 5px solid #ffffff;*/
    /*content: ""!important;*/
    content: url("/assets/images/home/svg/dots-banner-active-1.svg");
    font-size: 20px;
}


section.banner .slick-dots li button:before {
    /*content: "○" !important;*/
    /*color: #384967 !important;*/
    /*border-radius: 10px;*/
    /*border: 5px solid #ffffff;*/
    /*content: ""!important;*/
    content: url("/assets/images/home/svg/dots-banner-1.svg");
    font-size: 20px;
    opacity: 1;
}

/*section.banner .slick-dots {*/
/*    justify-content: left;*/
/*    bottom: 30px!important;*/
/*    left: 130px;*/
/*    right: unset;*/
/*}*/

section.banner .slick-dots {
    justify-content: left;
    /*bottom: 100px !important;*/
    bottom: 55px !important;
    left: 155px;
    right: unset;
}

section.banner .progress circle {
    fill: #ccc;
    stroke: #00d6d6;
    stroke-width: 10;
}

.banner-carousel-mobile {
    display: none !important;
    background: #F9F9FA;
}

.banner-text-box .box-title {
    font-size: 32px;
    color: #000000 !important;
    margin: 20px 10px;
    line-height: 1.2;
    font-weight: bold;
    /* text-transform: capitalize; */

}

.banner-text-box .box-description {
    font-size: 16px;
    color: #000000;
    margin: 20px 10px;
    /* text-transform: capitalize; */
}

.banner-text-box .box-button-group {
    margin: 20px 10px;
}

.booknow-btn {
    background-color: #384967;
    color: #ffffff !important;
    transition: all 0.2s ease;
    width: 100%;
    font-size: 15px;
    white-space: normal;
    padding: 10px 10px !important;
    box-shadow: 0px 4px 16px rgba(153, 153, 153, 0.25);
    border: 1px solid;
}
.booknow-btn span{
    vertical-align: middle;
}
.explore-btn span{
    vertical-align: middle;
}

.explore-btn {
    color: #384967;
    background-color: #ffffff;
    transition: all 0.2s ease;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px !important;
    box-shadow: 0px 4px 16px rgba(153, 153, 153, 0.25);
    border: 1px solid transparent;
}

.banner-progress circle {
    fill: #ccc;
    stroke: #00d6d6;
    stroke-width: 10;
}

.banner-progress-bar {
    position: absolute;
    left: 100px;
    bottom: 100px;
}

.circle-bg {
    fill: rgba(255, 255, 255, 0.5);
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 5;
    stroke-linecap: butt;
}

.circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: #FFFFFF;
    stroke-width: 5;
    stroke-linecap: round;
    animation: progress 14s;
    stroke-dasharray: 360px;
    stroke-dashoffset: 360;
}

.circle-tx {
    fill: #000;
    stroke-width: 1;
    font: bold 16px 'Arial';
    text-anchor: middle;
}

@keyframes progress {
    from {
        stroke-dashoffset: 360;
    }

    to {
        stroke-dashoffset: 0;
    }
}

section {
    padding: 50px 0;
}

section .section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #323B4F;
    font-family: 'Avenir Black';
    line-height: 1.2;
}

section.banner {
    /*padding-top: 124px;*/
    padding-top: 100px;
    padding-bottom: unset;
}

section.product {
    /*background-image: url("/assets/images/home/BG-Product.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background: linear-gradient(180deg, #F5F5F5 50%, #ffffff 50%);*/
}

section#section-3 {
    background-color: #F5F5F5;
    padding: 50px 0;
}

section#wuling-technology {
    /*min-height: 100vh;*/
    /*background-image: url("/assets/images/home/BG-Wuling-Technology.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*padding: 50px 0;*/
    padding: 0px 0;
    position: relative;
}

section#wuling-technology .technology-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0;
}

section#get-connected {
    background-color: #F5F5F5;
}

section#products .section-title,
section#wuling-technology .section-title {
    color: #ffffff !important;
}


.inline-block_button-wrapper {
    display: inline-block;
    margin: auto 10px;
}
.btn-white span, .btn-white-regular span, .btn-white-border span {
    vertical-align: middle;
}
.btn-white {
    background-color: #ffffff;
    color: #384967;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -webkit-box-align: center;
    box-shadow: 8px 8px 24px rgba(208, 208, 208, 0.25);
    border: solid 1px transparent;
}

.btn-white-regular {
    background-color: #ffffff;
    color: #384967;
    border-radius: 4px;
    transition: all 0.2s ease;
    width: 100%;
    font-size: 15px;
    white-space: normal;
    padding: 10px 20px !important;
    border: solid 1px transparent;
}

.btn-white-border {
    background-color: #ffffff;
    color: #384967;
    border-radius: 4px;
    transition: all 0.2s ease;
    width: 100%;
    font-size: 15px;
    white-space: normal;
    padding: 9px 19px !important;
    border: solid 1px #384967;
}

.btn-gray {
    background-color: #F5F5F5;
    color: #3B3B3B;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: unset;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -webkit-box-align: center;

}

.btn-white .btn-icon {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.btn-white:hover,
.btn-gray:hover,
.explore-btn:hover,
.btn-white-regular:hover,
.btn-white-border:hover {
    color: #384967 !important;
    background-color: #F5F5F5;
    border: solid 1px #384967;
}

.btn-technology_transparant {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    color: #ffffff !important;
    font-size: 15px;
    /*padding: 20px;*/
    padding: 15px 20px;
    width: 198px;
    /*height: 155px;*/
    /*height: 190px;*/
    height: 140px;
    border-radius: unset;
    /*display:flex;*/
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;

}

.button-text-wrapper {
    text-align: center;
    white-space: normal;
}

section#wuling-technology .btn-icon-wrapper {
    position: relative;
    min-height: 60px;
    /*min-height: 75px;*/
    /*min-width: 155px;*/
}

section#wuling-technology .btn-text-wrapper {
    display: flex;
    /*min-height: 75px;*/
    min-height: 35px;

}


section#wuling-technology .btn-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section#wuling-technology .btn-text-wrapper p {
    margin: auto;
}

section#wuling-technology .technology-slider {
    margin: 70px auto;
    /*margin-top: 100px*/
    margin-top: 18vw;

}

section#wuling-technology .technology-slider .slick-dots li button:before {
    font-size: 10px !important;
    color: #FFFFFF !important;

}

section#wuling-technology .technology-slider .slick-dots li.slick-active button:before {
    color: #FFFFFF !important;
}

section#wuling-technology .inline-block_button-wrapper:hover {
    transform: translateY(-30px);
}


.h-60 {
    height: 60vh;
    max-height: 60vh;
}

section#dealer .section-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.twitter-container iframe,
.fb-container iframe {
    min-height: 640px !important;
}

.video-wrapper {
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    text-align: left;
    font-size: 20px;
    color: #3B3B3B;
    font-weight: bold;
    margin-top: 15px
}

.article-card {
    margin-bottom: 20px;
    box-shadow: 8px 8px 20px rgb(208 208 208 / 25%);

}

.article-card .card-title {
    color: #3B3B3B;
    font-family: "Avenir Black";
}

.article-card .card-text {
    color: #000000;
}

.article-category {
    background-color: #5B5C6C;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 40px;
    position: absolute;
}

section#owner-tools .btn-icon {
    height: 40px;
    width: auto;
    margin: 10px;
}

.slick-dots li * {
    transform: none;
}

.slick-dots li.slick-active * {
    background: unset;
}


/*section#product .slick-slide:not(.slick-current) img{*/
section#product .all-cars-slider .slick-slide:not(.slick-current) img,
section#product .all-cars-slider-2 .slick-slide:not(.slick-current) img,
section#product .all-cars-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] img{
    transform: scale(0.3);
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;

}


/*section#product .slick-slide.slick-current img{*/
section#product .all-cars-slider .slick-slide.slick-current img,
section#product .all-cars-slider-2 .slick-slide.slick-current img,
section#product .all-cars-slider .slick-slide.slick-clone-current img,
section#product .all-cars-slider .slick-slide[aria-hidden="true"]:not(.slick-current).slick-cloned.slick-center:not(.MPV[data-slick-index = "6"]) img,
section#product .all-cars-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] img{
    transform: scale(1.5);
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;
}

section#product .slick-next,
section#product .slick-prev,
section#highlights .slick-next,
section#highlights .slick-prev{
    width: 35px;
    height: 35px;
}

section#highlights .slick-next,
section#highlights .slick-prev{
    top:45%
}

.car-image-wrapper {
    margin: 70px auto;
}

.car-desc-wrapper {
    margin-top: 70px;
    /*display: inline-block;*/
    width: 80%;
    padding: 0 5px;
    margin: auto;
}

.car-desc-wrapper .car-type {
    background-color: #BEBEBE;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 25px;
}

.car-desc-wrapper .car-status {
    background-color: #EB0000;
    color: #ffffff;
    font-weight: bold;
    /*font-style: italic;*/
    font-size: 24px;
    /*padding: 1px 35px 0 25px;*/
    padding: 5px 35px 5px 25px;
    /*display: inline-block;*/
    margin-left: -4px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);

}

.car-desc-wrapper .car-name {
    /*font-size: 40px;*/
    /*color: #3B3B3B;*/
    /*font-family: "Avenir Black";*/
    /*margin: 30px 0;*/
    font-size: 30px;
    color: #3B3B3B;
    font-family: "Avenir Black";
    margin: 16px 0 0;
    color: #384967;
}

.car-desc-wrapper .car-model {
    font-size: 18px;
    color: #384967;
}

.car-desc-wrapper .car-desc-label {
    font-size: 12px;
    /*color: #505050;*/
    color: #323B4F;
    /*font-weight: bold;*/
    margin-bottom: 5px;
}

.car-desc-wrapper .car-price-coret {
    font-size: 14px;
    text-decoration: line-through;
    color: #8E95A5;
    font-family: 'Avenir';
    margin-bottom: 0px;
    font-weight: bold;
}

.car-desc-wrapper .car-spec-list {
    -moz-column-count: 2;
    -moz-column-gap: 72px;
    -webkit-column-count: 2;
    -webkit-column-gap: 72px;
    column-count: 2;
    column-gap: 72px;
}

.car-desc-wrapper .car-desc-price {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: "Avenir Black";
}

.car-desc-wrapper .otr-notes {
    font-size: 12px;
    color: #EA0029;
}


.slick-slide:not(.slick-center) .car-desc-wrapper {
    display: none;
}

.slick-dots li.slick-active button:before {
    color: #384967 !important;
    /*opacity: 0.75;*/
}

section .slick-dots li button:before {
    font-size: 10px !important;
}

main.home .products .slick-slide[data-slick-index="0"]:before {
    content: none;
}

.products .slick-slide {
    padding-left: unset !important;

}

section#product #tab_selector,
#tab_selector {
    border-radius: 0;
    border: 0;
    border-bottom: 5px solid #384967;
    display: none;
}

section#product .nav-tabs {
    border-bottom: 1px solid #959595;
    margin-bottom: 20px;
}

section#product .nav-tabs .nav-link {
    color: #384967;
}

section#product .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: transparent;
    border-bottom: 5px solid #384967;
}

section#product .nav-tabs .nav-link .product-category {
    font-size: 16px;
    margin-bottom: unset;
    margin-top: unset;
    font-weight: normal;
    line-height: unset;
}

section#product .slick-dots {
    bottom: -60px;
    display: block !important;
}

section#product .all-cars-slider .slick-list,
section#product .all-cars-slider-2 .slick-list{
    padding: 50px 50px 0!important;
}

/*.all-cars-slider .slick-slide.slick-center img {*/
/*    transform: scale(2);*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

.w-md-90 {
    width: 90%;
}

.mobile {
    display: none;
}

.btn-link {
    color: #384967 !important;
    /*text-decoration: none;*/
    /*transition: all 0.2s ease;*/
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #55709e !important;
    /*text-decoration: underline;*/
}

.car-desc-wrapper ul{
    list-style-type: circle;
    padding-left: 20px;
}

@media screen and (max-width: 1201px) {
    .twitter-container iframe {
        min-height: 760px !important;
    }

    section.banner {
        padding-top: 100px;
    }

    .btn-white {
        font-size: 13px;
    }

    .slick-next {
        right: 0 !important;
    }

    .slick-prev {
        left: 0 !important;
    }

    .banner-text-box {
        top: 70px;
        width: 90%;
    }

    .banner-text-box .box-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-carousel-mobile {
        display: block !important;
    }

    .banner-carousel-desktop {
        display: none !important;
    }

    section.banner .slick-dots {
        justify-content: left;
        /* bottom: 215px !important; */
        bottom: 245px !important;
        /*left: 140px;*/
        left: 42%;
        right: unset;
    }

    .box-title {
        font-size: 24.5px;
        color: #000000 !important;
        margin-bottom: 0.5rem;
        margin-top: 0;
        line-height: 1.2;
        font-weight: bold;

    }
}

@media screen and (max-width: 1281px) and (min-width: 990px) {
    .btn-technology_transparant {
        width: 175px;
        /*height: 175px;*/
        height: 165px;
    }

    section#wuling-technology .technology-slider {
        margin-top: 16vw;
    }
}

@media screen and (max-width: 991px) {
    section#owner-tools span {
        display: block;
    }

    section#owner-tools .btn-gray,
    section#owner-tools .btn-white {
        display: inline-block;
        width: 100%;
        padding: 15px;
    }


    section#wuling-technology .h-60 {
        height: unset;
    }

    .banner-text-box {
        /*width: 70%;*/
    }

}

@media screen and (max-width: 989px) {
    section#wuling-technology .technology-slider {
        margin-top: 45vw;
    }
}

@media screen and (max-width: 768px) {
    section.banner {
        /*padding-top: 60px !important;*/
    }

    .banner-carousel-desktop {
        display: none;
    }

    .banner-carousel-mobile {
        display: block !important;
    }

    section.banner .slick-dots {
        justify-content: left;
        /*bottom: 215px !important;*/
        bottom: 245px !important;
        /*left: 140px;*/
        right: unset;
    }

    .banner-progress-bar {
        left: 80px;
        bottom: 185px;
        z-index: 999;
    }

    .box-title {
        font-size: 24.5px;
        color: #000000 !important;
        margin-bottom: 0.5rem;
        margin-top: 0;
        line-height: 1.2;
        font-weight: bold;

    }

    .btn-white {
        font-size: 12px;
        justify-content: center;
        padding: 20px;
        margin-bottom: 45px;
    }

    .btn-white .btn-icon,
    .btn-technology_transparant .btn-icon {
        margin: 10px auto;
    }

    .btn-technology_transparant {
        display: inline-block;
        /*height: 160px;*/
    }

    section .section-title {
        text-align: center !important;
    }

    section#dealer .dealer-text-wrapper {
        text-align: center;
    }

    section#wuling-technology {
        min-height: unset;
    }

    section#wuling-technology .btn-icon-wrapper {
        display: flex;
    }

    section#wuling-technology .slick-slider img {
        width: auto !important;
        margin: auto !important;
    }

    section#wuling-technology .technology-slider {
        /*margin: 70px auto;*/
        /* margin-top: 100px; */
        /*margin-top: 10vw;*/
    }

    section#product .slick-slide.slick-center img,
    section#product .all-cars-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] img{
        transform: scale(1)!important;
        margin-left: auto;
        margin-right: auto;
    }

    section#product .all-cars-slider .slick-list,
    section#product .all-cars-slider-2 .slick-list{
        padding: 0px 50px!important;
        margin-top: 40px;
    }


    .booknow-btn,
    .explore-btn {
        border-radius: 5px;
    }

    .w-md-90 {
        width: 100%;
    }

    .w-md-100 {
        width: 100%;
    }

    .car-image-wrapper {
        margin: 20px auto;
    }

    .car-desc-wrapper {
        padding: 0px 20px;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    section#product .slick-dots {
        /*right: 0px;*/
        /*width: 35%;*/
        /*bottom: -80px;*/
        /*display: block !important;*/
    }

    section#product .nav-tabs {
        display: none;
    }

    section#product #tab_selector,
    #tab_selector {
        display: block;
    }

    .mobile {
        display: block;
    }

    .col-6.pl-7 {
        padding-left: 7.5px;
    }

    .col-6.pr-7 {
        padding-right: 7.5px;
    }

    .car-desc-wrapper .car-type {
        font-size: 13px;
    }

    .car-desc-wrapper .car-status {
        font-size: 13px;
        /*padding-top: 3px;*/
        /*padding-bottom: 2px;*/
    }

    .car-desc-wrapper .car-spec-list {
        column-gap: 42px;
    }

    .all-cars-slider {
        height: 100%;
        min-height: 300px;
    }

    .all-cars-slider .slick-list {
        min-height: 300px;
    }

    .car-img-wrapper.ev img{
        transform: scale(0.85);
    }
}

@media screen and (max-width: 576px) {
    section#owner-tools .btn-gray {
        display: flex;
        padding: 10px;
    }

    section#owner-tools .btn-icon {
        height: 35px;
        width: auto;
        margin: 10px 5px;
    }

    section#wuling-technology .btn-technology_transparant {
        /*height: 200px;*/
        height: 140px;
        width: 250px;
    }

    section#wuling-technology .btn-icon-wrapper {
        max-height: 90px;
    }

    .car-desc-wrapper .car-desc-label,
    .car-desc-wrapper .otr-notes {
        /*font-size: 10px;*/
        font-size: 16px;
        padding-left: 0!important;
    }

    .car-desc-wrapper ul{
        padding-left: 20px!important;
    }

    .car-desc-wrapper .car-desc-price {
        /*font-size: 12px;*/
        font-size: 30px;
        color: #000000;
        font-weight: bold;
        font-family: "Avenir Black";
    }

    .car-desc-wrapper .car-price-coret {
        /*font-size: 12px;*/
        font-size: 16px;
    }

    .car-desc-wrapper .car-spec-list {
        /*font-size: 12px;*/
        font-size: 16px;
        column-gap: 42px;
    }

    .car-desc-wrapper .col-lg-6 .car-desc-col {
        margin-top: 20px;
    }

    .car-desc-wrapper .col-lg-6 .car-desc-col .car-desc-label {
        padding-left: 0 !important;
    }

    .all-cars-slider {
        height: 100%;
        min-height: 250px;
    }

    .all-cars-slider .slick-list {
        min-height: 250px;
    }

    section#wuling-technology .technology-slider {
        margin-top: 40vw;
    }

    section.banner .slick-dots {
        justify-content: left;
        /* bottom: 215px !important; */
        bottom: 290px !important;
        /*left: 140px;*/
        left: calc(30% + 20px);
        right: unset;
    }

    section#owner-tools .col-4{
        padding-left: 7px;
        padding-right: 7px;
    }
    section#owner-tools .btn-gray, section#owner-tools .btn-white{
        padding: 10px;
    }

}

@media screen and (max-width: 472px) {
    section .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    section#owner-tools .btn-gray {
        font-size: 10px;
    }

    section#owner-tools .btn-icon {
        /*height: 20px;*/
        width: auto;
        margin: 10px 5px;
    }

    section#section-3 .btn-white,
    section#owner-tools .btn-white {
        min-height: 115px;
    }

    section#section-3 .btn-white{
        min-height: 138px;
    }

    section#wuling-technology .btn-technology_transparant {
        /*height: 185px;*/
        height: 140px;
    }

    section#wuling-technology .technology-slider {
        margin-top: 40vw;
    }

    .footer-mobile .app-img{
        width: 100%;
    }

}

@media screen and (max-width: 370px) {
    section#owner-tools .btn-white {
        min-height: 115px;
    }

    .car-desc-wrapper {
        padding: 0px 15px;
    }

    .all-cars-slider {
        height: 100%;
        min-height: 170px;
    }

    .all-cars-slider .slick-list {
        min-height: 170px;
    }


    section#wuling-technology .technology-slider {
        margin-top: 30vw;
    }

}


@media screen and (max-width: 360px) {
    .car-desc-col {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 351px) {
    .btn-white {
        padding: 15px;
        font-size: 10px;
    }

    .booknow-btn,
    .explore-btn {
        font-size: 12px;
        padding: 10px 10px !important;
    }

    section#owner-tools .btn-icon {
        height: 20px;
    }
}


/*.btn-white .btn-text-wrapper{*/
/*    margin: 20px;*/
/*}*/

a[disabled="disabled"] {
    pointer-events: none !important;
    background: #A6ACB1 !important;
    color: #161616 !important;
    opacity: 0.65;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background: #A6ACB1 !important;
    color: #161616 !important;
    opacity: 0.65;
}

.container {
    max-width: none;
    width: 85%;
    margin: 0 auto;
}

.dropdown-menu {
    left: auto;
    right: -20px;
}


/* Styling Card */
/* Card Type 1 */
.card-type-1 {
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    margin-bottom: 32px;
}

.card-type-1 img {
    width: 100%;
    /*height: 258px;*/
    height: 240px;
    object-fit: cover;
}

.card-promo img {
    height: unset !important;
}

.card-type-1 .card-detail {
    padding: 20px 19px;
    background-color: #fff;
}

.card-type-1 .card-detail .card-title {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.18px;
    color: #3B3B3B;
    margin-bottom: 10px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-1 .card-detail .card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-1 .card-detail .card-date {
    font-size: 12px;
    line-height: 18px;
    color: #B4B8C3;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .card-type-1 {
        margin-bottom: 24px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }
}

/* Card Type 2 */
.card-type-2 {
    display: flex;
    align-items: center;
    width: 100%;
    /*height: 407px;*/
    box-shadow: 0px 4px 16px rgba(153, 153, 153, 0.25);
    margin-bottom: 32px;
}

.card-type-2 img {
    width: 60%;
    /*height: 100%;*/
    object-fit: cover;
}

.card-type-2 .card-detail {
    width: 40%;
}

.card-type-2 .card-detail {
    padding-left: 64px;
    padding-right: 32px;
}

.card-type-2 .card-detail .card-title {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.18px;
    color: #3B3B3B;
    margin-bottom: 16px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-2 .card-detail .card-desc {
    font-size: 16px;
    line-height: 26px;
    color: #384967;
    margin-bottom: 16px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-2 .card-detail .card-date {
    font-size: 12px;
    line-height: 18px;
    color: #B4B8C3;
    margin-bottom: 16px;
}


@media (max-width: 991px) {
    .card-type-2 {
        display: block;
        height: auto;
        margin-bottom: 36px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }

    .card-type-2 img {
        width: 100%;
        /*height: 248px;*/
        object-fit: cover;
    }

    .card-type-2 .card-detail {
        width: 100%;
        padding: 20px 16px 20px 20px;
    }

    .card-type-2 .card-detail .card-title {
        font-size: 18px;
        line-height: 27px;
        color: #3B3B3B;
        margin-bottom: 10px;
    }

    .card-type-2 .card-detail .card-desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
        height: 42px;
        color: #000000;
    }

    .card-type-2 .card-detail .card-date {
        font-size: 10px;
        line-height: 15px;
        color: #B4B8C3;
        margin-bottom: 16px;
    }
}


/* Card Type 3 */
.card-type-3 {
    width: 100%;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    margin-bottom: 38px;
}

.card-type-3 .card-badge {
    font-size: 14px;
    line-height: 19px;
    background-color: #5B5C6C;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.card-type-3 .card-img {
    width: 100%;
    /* height: 235px;*/
    object-fit: cover;
}

.card-type-3 .card-detail {
    padding: 20px 19px;
    background-color: #fff;
}

.card-type-3 .card-detail .card-title {
    font-family: 'Avenir Black';
    /*font-size: 24px;
    line-height: 36px;*/
    font-size: 20px;
    line-height: 30px;
    color: #3B3B3B;
    margin-bottom: 16px;
    /*height: 36px;*/
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 1;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-3 .card-detail .card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-3 .card-detail .card-date {
    font-family: 'Avenir Black';
    font-size: 16px;
    line-height: 24px;
    color: #B0001F;
    margin-bottom: 8px;
}

.card-type-3 .location-group {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.card-type-3 .location-group img {
    width: 18px;
    height: 18px;
}

.card-type-3 .location-group .place {
    font-family: 'Avenir Black';
    padding-left: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.card-type-3 .location-group .address {
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.card-type-3 .location-group .space-border {
    width: 1px;
    height: 16px;
    background: #B0B0B0;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .card-type-3 {
        margin-bottom: 28px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }

    .card-type-3 .card-detail {
        padding: 20px;
    }

    .card-type-3 .card-detail .card-title {
        font-size: 20px;
        /*height: 34px;*/
        margin-bottom: 10px;
    }

    .card-type-3 .card-detail .card-desc {
        margin-bottom: 20px;
    }

    .card-type-3 .location-group {
        margin-bottom: 25px;
    }
}

/* Card Type 4 */
.card-type-4 {
    width: 100%;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    background-color: #fff;
    margin-bottom: 38px;
}

.card-type-4 .card-img {
    width: 100%;
    /*height: 276px;*/
    height: 240px;
    object-fit: cover;
}

.card-type-4 .card-body {
    padding: 32px 21px;
}

.card-type-4 .card-tag span {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    color: #384967;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
    margin-right: 4px;
}

.card-type-4 .card-title {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    color: #323B4F;
    margin-top: 16px;
    margin-bottom: 8px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-4 .card-desc {
    font-size: 14px;
    line-height: 21px;
    color: #384967;
    margin-bottom: 16px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (max-width: 991px) {
    .card-type-4 {
        margin-bottom: 28px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }

    .card-type-4 .card-body {
        padding: 36px 16px;
    }

    .card-type-4 .card-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.18px;
    }

    .card-type-4 .card-desc {
        font-size: 14px;
        line-height: 21px;
    }
}

/* Card Type 5 */
.card-type-5 {
    box-shadow: 0px 4px 16px rgba(153, 153, 153, 0.25);
    margin-bottom: 32px;
}

.card-type-5 img {
    height: 118px;
    width: 100%;
    object-fit: cover;
}

.card-type-5 .card-body {
    padding: 24px 16px 16px;
    background-color: #fff;
}

.card-type-5 .card-body p {
    font-size: 14px;
    line-height: 21px;
    color: #323B4F;
    margin-bottom: 0;
}

/* Card Type 6 */
.card-type-6 {
    width: 100%;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    background-color: #fff;
    margin-bottom: 38px;
}

.card-type-6 .card-img {
    width: 100%;
    height: calc(14.5vw + 35px);
    object-fit: cover;
}

.card-type-6 .card-body {
    padding: 32px 21px;
}

.card-type-6 .card-tag span {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    color: #384967;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
    margin-right: 4px;
}

.card-type-6 .card-title {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    color: #323B4F;
    margin-top: 16px;
    margin-bottom: 8px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-6 .card-desc {
    font-size: 14px;
    line-height: 21px;
    color: #384967;
    margin-bottom: 16px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .card-type-6 .card-img {
        height: calc(16.5vw + 40px);
    }
}


@media (max-width: 991px) {
    .card-type-6 {
        margin-bottom: 28px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }

    .card-type-6 .card-body {
        padding: 36px 16px;
    }

    .card-type-6 .card-img {
        height: calc(26.5vw + 40px);
    }

    .card-type-6 .card-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.18px;
    }

    .card-type-6 .card-desc {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 768px) {
    .card-type-6 .card-img {
        height: calc(25.5vw + 35px);
    }
}

@media (max-width: 576px) {
    .card-type-6 .card-img {
        height: calc(54.5vw + 35px);
    }
}

/* Card Type 7 */
.card-type-7 {
    width: 100%;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    background-color: #fff;
    margin-bottom: 38px;
}

.card-type-7 .card-img {
    width: 100%;
    height: calc(14.5vw + 35px);
    object-fit: cover;
}

.card-type-7 .card-body {
    padding: 32px 21px;
}

.card-type-7 .card-tag span {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    color: #384967;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
    margin-right: 4px;
}

.card-type-7 .card-title {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    color: #323B4F;
    margin-top: 16px;
    margin-bottom: 8px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-type-7 .card-desc {
    font-size: 14px;
    line-height: 21px;
    color: #384967;
    margin-bottom: 16px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .card-type-7 .card-img {
        height: calc(16.5vw + 40px);
    }
}


@media (max-width: 991px) {
    .card-type-7 {
        margin-bottom: 28px;
        filter: drop-shadow(0px 4px 4px rgba(153, 153, 153, 0.15));
    }

    .card-type-7 .card-body {
        padding: 36px 16px;
    }

    .card-type-7 .card-img {
        height: calc(13vw + 40px);
    }

    .card-type-7 .card-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.18px;
    }

    .card-type-7 .card-desc {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 768px) {
    .card-type-7 .card-img {
        height: calc(18vw + 35px);
    }
}

@media (max-width: 576px) {
    .card-type-7 .card-img {
        height: calc(39vw + 35px);
    }
}

/* Card Type 8 */
.card-type-8 {
    width: 100%;
    filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
    background-color: #fff;
    margin-bottom: 38px;
}

.card-type-8 .card-img {
    width: 100%;
    height: calc(14.5vw + 35px);
    object-fit: cover;
}

.card-type-8 .card-body {
    padding: 32px 21px;
}

.card-type-8 h2 {
    font-family: 'Avenir Black';
    font-size: 18px;
    line-height: 30px;
    color: #323B4F;
    margin-bottom: 0;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Pagination */
.pagination {
    margin: 0;
}

.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    color: #fff;
}

.pagination .page-item:focus,
.pagination .page-item:hover,
.pagination .page-item.active {
    background: #384967;
    color: #fff !important;
    border-radius: 4px;
}

.pagination .page-item.page-item-next a:focus,
.pagination .page-item.page-item-next a:hover,
.pagination .page-item.page-item-prev a:focus,
.pagination .page-item.page-item-prev a:hover,
.pagination .page-item.page-item-next:focus,
.pagination .page-item.page-item-next:hover,
.pagination .page-item.page-item-prev:focus,
.pagination .page-item.page-item-prev:hover {
    background: #fff !important;
}


.pagination .page-item {
    height: 40px;
    width: 40px;
}

.pagination .page-item a {
    -webkit-transform: none;
    transform: none;
    padding: 0;
    height: 40px;
    width: 40px;
}

.page-item-next a img,
.page-item-prev a img {
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

.page-item-prev a img {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
    background: #384967;
    color: #fff;
    /* font-family: 'Avenir Black'; */
}

.pagination .page-item {
    transform: none;
    border-radius: 0;
}

.pagination .page-item .page-link {
    transform: none;
    padding: 0;
    display: flex;
    justify-content: center;
    color: #697187;
    font-family: 'Avenir';
    font-size: 16px;
    line-height: 40px;
}

.pagination .page-item .page-link.previous,
.pagination .page-item .page-link.next {
    font-size: 24px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}


@media (max-width: 991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .inline-block_button-wrapper {
        max-width: unset !important;
    }

    .container {
        width: 100%;
    }

    section#wuling-technology .technology-content {
        padding: 20px 0;
    }

    section#wuling-technology .inline-block_button-wrapper:hover {
        transform: none !important;
    }

    .btn-technology_transparant:hover {
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(1px);
    }
}

#news-article .slick-dots {
    margin: 0 !important;
}

.slick-slider div {
    transition: none;
}

/*#product .slick-slide .car-image-wrapper img {*/
/*    transition: transform 0.3s linear;*/
/*    transition-delay: 0.3s;*/
/*    transform: scale(1.5);*/
/*}*/

/*#product .slick-slide:not(.slick-current) .car-image-wrapper img {*/
/*    transform: scale(0.3);*/
/*    transition-delay: 0s;*/
/*}*/

/*slick dots suv*/
.all-cars-desc-slider-2 .slick-dots {
    text-align: center;
}
.all-cars-desc-slider-2 .slick-dots li {
    display: none;
    margin: 0 5px;
}
.all-cars-desc-slider-2 .slick-dots li.slick-active{
    display: inline-block;
}

.all-cars-desc-slider-2 .slick-dots li:nth-last-child(3),
.all-cars-desc-slider-2 .slick-dots li:nth-last-child(4) {
    display: inline-block;
}

.all-cars-desc-slider-2 .slick-dots li.slick-active ~ li:nth-last-child(3),
.all-cars-desc-slider-2 .slick-dots li.slick-active ~ li:nth-last-child(4) {
    display: none;
}

.all-cars-desc-slider-2 .slick-dots li.slick-active + li:nth-last-child(3),
.all-cars-desc-slider-2 .slick-dots li.slick-active + li:nth-last-child(4){
    display: inline-block;
}
/* end slick dots suv*/

/* card product lain */
.card-product-lain {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-product-lain-img {
    padding: 20px 0;
}

.card-product-lain-img img {
    width: 100%;
}

.card-product-lain-title {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

.card-product-lain-mini-text {
    font-size: 14px;
    color: #000000;
    font-style: italic;
}

.card-product-lain-price {
    color: #B0001F;
    font-size: 20px;
    font-weight: 800;
}

.card-product-lain-price-cross {
    color: #8E95A5;
    font-size: 12px;
    text-decoration-line: line-through;
}

.card-product-lain-otr {
    color: #8E95A5;
    font-size: 12px;
}

.card-product-lain-desc {
    margin-bottom: 25px;
    flex-grow: 1;
    text-align: left;
}

.card-product-lain {
    /* max-width: 20.6vw !important; */

}
@media screen and (max-width: 1199px) {
    .card-product-lain {
        max-width: 100vw !important;
    }
}
/* card product lain */

.btn-read-more-seo:hover {
    letter-spacing: normal;
}

.btn-hov-white:hover {
    background: #fff !important;
    color: #384967 !important;
    letter-spacing:0;
    border-color: #384967;
}
